home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / MOTS / GAMEDATA / RESOURCE / JKMRES.GOO / cog_weap_empty_m.cog < prev    next >
Text File  |  1998-02-25  |  513b  |  29 lines

  1. # Jedi Knight Missions Cog Script
  2. #
  3. # WEAP_EMPTY_M.COG
  4. #
  5. # Empty WEAPON Script
  6. #
  7. # Placeholder weapon script.  Used to fill empty weapon slots.
  8. #
  9. # [RF]
  10. #
  11. # (C) 1997 LucasArts Entertainment Co. All Rights Reserved
  12. # ========================================================================================
  13.  
  14. symbols
  15.  
  16. message     autoselect
  17.  
  18. end
  19.  
  20. # ========================================================================================
  21.  
  22. code
  23.  
  24. autoselect:
  25.     ReturnEx(-1.0);
  26.     Return;
  27.  
  28. end
  29.